projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1dd8dde
)
* configure.ac (HAVE_TREE_SITTER): Not set TREE_SITTER_LIBS.
author
Yuan Fu
<casouri@gmail.com>
Sun, 12 Jun 2022 03:42:26 +0000
(20:42 -0700)
committer
Yuan Fu
<casouri@gmail.com>
Sun, 12 Jun 2022 03:42:26 +0000
(20:42 -0700)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index bf97dd017c5eb6e78ee32db02fe3cc6366f3a887..5a82d47db3d6efc91931f363cd0768decab5a97f 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-3115,7
+3115,6
@@
if test "${with_tree_sitter}" != "no"; then
[HAVE_TREE_SITTER=yes], [HAVE_TREE_SITTER=no])
if test "${HAVE_TREE_SITTER}" = yes; then
AC_DEFINE(HAVE_TREE_SITTER, 1, [Define if using tree-sitter.])
- TREE_SITTER_LIBS=-ltree-sitter
TREE_SITTER_OBJ="treesit.o"
fi
fi